ESP8266 Audio Decoding
In the last post, I covered how to generate audio natively with the ESP8266 module. The hardware to do this is rudimentary. I demonstrated how to generate CW (Morse Code), DTMF, synthesized speech, and audio. This post will expand on some of those concepts by decoding CW and DTMF signals. The following Fritzing wiring diagram will be the foundation for all of the code covered in this post. The Encode Module will be the signal source for the Decoding modules. …